BevelButton.AcceptFocus

If True, the BevelButton will be included in the Tab order and can accept the focus. The GotFocus and LostFocus events will fire at the appropriate times.

Syntax

AcceptFocus( Boolean ) as


Parameters

Boolean


Notes

When the BevelButton has the focus, it has a selection rectangle in its interior. If the user clicks the BevelButton or presses either the Space bar or the Enter key, the Action event will fire. The ability of the BevelButton to accept the focus is Windows-only. The default value is False.